net/http.http2priorityNodeRFC7540.parent (field)

9 uses

	net/http (current package)
		h2_bundle.go#L11500: 	parent     *http2priorityNodeRFC7540
		h2_bundle.go#L11509: 	if n.parent == parent {
		h2_bundle.go#L11513: 	if parent := n.parent; parent != nil {
		h2_bundle.go#L11526: 	n.parent = parent
		h2_bundle.go#L11542: 	for ; n != nil; n = n.parent {
		h2_bundle.go#L11756: 	for x := parent.parent; x != nil; x = x.parent {
		h2_bundle.go#L11758: 			parent.setParent(n.parent)
		h2_bundle.go#L11844: 		n.kids.setParent(n.parent)